Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 14 Jan 2013 11:07:50 +0000 (15:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 14 Jan 2013 11:07:50 +0000 (15:07 +0400)
commit4fffa83f7cc80cfd1c8948706801c597ead4bbf7
tree3f3311463e59b911bfda39b11eab5883ce272859
parentfc27adc417d32c0fca77a8acb054ab59e153ebfe
Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
* eval.c (eval_sub): Protect `form' from being GCed before its
car and cdr becomes protected with the backtrace entry.
src/ChangeLog
src/eval.c